DEFINE_XEN_GUEST_HANDLE is evaluated by the pre-processor twice. Do this also for...
authorkfraser@localhost.localdomain <kfraser@localhost.localdomain>
Fri, 31 Aug 2007 10:12:57 +0000 (11:12 +0100)
committerkfraser@localhost.localdomain <kfraser@localhost.localdomain>
Fri, 31 Aug 2007 10:12:57 +0000 (11:12 +0100)
commit3d030c1164e2c7bfc4873368e14bae9cc0e23e16
treef32c992f680247c1482b422b8de721855e0126aa
parentc0e85ece47f9ef2bce69650a9854fe2a1ea7fb6a
DEFINE_XEN_GUEST_HANDLE is evaluated by the pre-processor twice. Do this also for XEN_GUEST_HANDLE.

This fixes a build error for PV guests (OpenBSD, NetBSD) where the use
of XEN_GUEST_HANDLE(uint8_t) leads to a build error because uint8_t is
a #define instead a typedef.

Signed-off-by: Christoph Egger <Christoph.Egger@amd.com>
xen/include/public/arch-x86/xen.h